add_cus_dep('ax1', 'ax2', 0, 'makeax12ax2');
		sub makeax12ax2 {
				return system("axohelp '$_[0]'");
		}
